home *** CD-ROM | disk | FTP | other *** search
/ Inventor Labs: Transportation / InventorLabs - Transportation.iso / pc / builders / media / netacess / url95.dir / 00032_Script_32 < prev    next >
Text File  |  1996-10-10  |  247b  |  13 lines

  1. on exitFrame
  2.   global TheWeb,WebError
  3.   
  4.   --
  5.   -- stay on this frame until AOL is no longer running
  6.   --
  7.   if TheWeb(mIsBrowserRunning) <> 0 or TheWeb(mIsAOLOnline) = 1 then
  8.     go frame the frame
  9.   else
  10.     go "Start"
  11.   end if
  12.   
  13. end